Parsed Attestation Record
Java representation of Key Attestation extension data.
Types
Link copied to clipboard
enum AttestationVersion
This indicates the version of the key attestation feature.
Link copied to clipboard
enum KeyMintVersion
This indicates the version of the key mint or key master feature.
Link copied to clipboard
enum SecurityLevel
This indicates the extent to which a software feature, such as a key pair, is protected based on its location within the device.
Properties
Functions
Link copied to clipboard
open fun create(attestationVersion: Int, attestationSecurityLevel: ParsedAttestationRecord.SecurityLevel, keymasterVersion: Int, keymasterSecurityLevel: ParsedAttestationRecord.SecurityLevel, attestationChallenge: Array<Byte>, uniqueId: Array<Byte>, softwareEnforced: AuthorizationList, teeEnforced: AuthorizationList): ParsedAttestationRecord
Link copied to clipboard
Link copied to clipboard